how to add scss to a react app

47

# using npm
npm install node-sass --save

# using yarn
yarn add node-sass

Comments

Submit
0 Comments